PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFormFillOptions Class / getPaddingForMultilineTextBoxFields Method
In This Topic
    getPaddingForMultilineTextBoxFields Method
    In This Topic
    Gets of sets a value that indicates whether padding should be added around text content in multiline text fields.
    Syntax
    public boolean getPaddingForMultilineTextBoxFields()

    Return Value

    True if padding should be added in order to match the appearance of fields filled from Acrobat, otherwise false. Default is true.
    See Also